phần tử: ElementNhững phần tử lạc hậu.The backward elements
phần tử and: Từ điển kỹ thuậtLĩnh vực: toán & tinAND element
Câu ví dụ
The draft version of 5.1 introduced two different kinds of menu elements: context and toolbar. Bản nháp của 5.1 có giới thiệu hai kiểu phần tử menu khác nhau: context và toolbar.
To make the entire menu item clickable, we have to add the following line of code: Để làm cho toàn bộ phần tử menu có thể nhấp được, chúng ta phải thêm dòng code sau đây:
Specifically, the submenu will open only when we click on the right part of that menu item (see the live example to understand this behavior). Cụ thể, menu con sẽ chỉ mở khi chúng ta nhấp vào phần bên phải của phần tử menu đó (xem ví dụ trực tiếp để hiểu hành vi này).
Each time we click on a menu item, it receives the mm-selected class, so we can use that selector to style it. Mỗi khi chúng ta nhấp vào một phần tử menu, nó sẽ nhận lớp mm-selected, vì vậy chúng ta có thể sử dụng bộ chọn đó để style nó.
If we try to open a submenu by clicking on the target menu item (a element), this item will not be entirely clickable. Nếu chúng ta cố mở một menu con bằng cách nhấp vào phần tử menu (phần tử a), thì phần tử này sẽ không hoàn toàn có thể nhấp được.